home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_s / sm20a.zip / DERIVATI.LI < prev    next >
Text File  |  1992-03-09  |  407b  |  17 lines

  1. d(log10(x)/d(x)) = log10(e)/x
  2. d(logA(x)/d(x)) = 1/(x*ln(A))
  3.  
  4. d(asinh(x)/d(x)) = 1/sqrt(1+x^2)
  5. d(acosh(x)/d(x)) = sgn(acosh(x))/sqrt(x^2-1)
  6. d(atanh(x)/d(x)) = 1/(1-x^2)
  7. d(acoth(x)/d(x)) = 1/(x^2-1)
  8. d(asech(x)/d(x)) = -sgn(asech(x))/(x*sqrt(1-x^2))
  9. d(acsch(x)/d(x)) = -1/(x*sqrt(1+x^2))
  10.  
  11. d(Si(x)/d(x)) = sin(x)/x
  12. d(Ci(x)/d(x)) = cos(x)/x
  13. d(Ei(x)/d(x)) = exp(x)/x
  14. d(Li(x)/d(x)) = 1/ln(x)
  15.  
  16. end
  17.